-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cache, model): add max_stage_video_channel_users #2152
feat(cache, model): add max_stage_video_channel_users #2152
Conversation
This change has been deployed to the public API documentation and we should try to get this merged, possibly after #2179. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Conflicts should be resolved before this can be merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but do we consider this a breaking change because it adds a field to guild which can be constructed with a struct literal
Add support for the guild field `max_stage_video_channel_users`, which functions similarly to related fields such as `max_video_channel_users`. This has been added on the `Guild` model type and the `CachedGuild` inmemory cache type.
5fd52dc
to
1afb26a
Compare
Signed-off-by: Jens Reidel <[email protected]>
Add support for the guild field
max_stage_video_channel_users
, which functions similarly to related fields such asmax_video_channel_users
. This has been added on theGuild
model type and theCachedGuild
inmemory cache type.Split out from #2147.